@media screen and (min-width: 1200px) {
	#content_form div.container {
		width: 1520px !important
	}

	div.entity-grid div.view-grid table>thead>tr>th {
		white-space: nowrap
	}

	div.page-header {
		display: none
	}

	html[dir=ltr] .gridactions a.bt.action {
		background-color: #379a8d;
		border-radius: 3px
	}

	.btn-primary,
	.btn-default {
		background-color: #379a8d;
		border-radius: 3px;
		height: 36px
	}

	.crmEntityFormView,
	.entitylist,
	.modal-content,
	.popover-content {
		border: 0
	}
}